From: Francesco Potortì Date: Sat, 5 May 2007 00:36:21 +0000 (+0000) Subject: (Create Tags Table): Add text about the dangers of X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~18938 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=191c0f86043bd09c65d1f9161db60f4e7d9801d4;p=emacs.git (Create Tags Table): Add text about the dangers of making symbolic links to tags files. --- diff --git a/man/maintaining.texi b/man/maintaining.texi index 52d404f8a08..ab98dccd350 100644 --- a/man/maintaining.texi +++ b/man/maintaining.texi @@ -410,6 +410,10 @@ files. If the tags file is in @file{/dev}, however, the file names are made relative to the current working directory. This is useful, for example, when writing the tags to @file{/dev/stdout}. + Notice that, in the usual case of using relative file names, you +should not use a symbolic link pointing to a tags file in a different +directory, because this would generally render the file names invalid. + If you specify absolute file names as arguments to @code{etags}, then the tags file will contain absolute file names. This way, the tags file will still refer to the same files even if you move it, as long as the